home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
GRAPHICS
/
POV302.ZIP
/
pov302
/
docsdemo
/
pov
/
halo05
< prev
next >
Wrap
Text File
|
1997-01-21
|
456b
|
28 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
#include "halo0.inc"
sphere { 0, 1
pigment { color rgbt <1, 1, 1, 1> }
halo {
emitting
spherical_mapping
linear
turbulence 1.5
color_map {
[ 0.0 color rgbt <1, 0, 0, 1.0> ]
[ 0.5 color rgbt <1, 1, 0, -1.0> ]
[ 1.0 color rgbt <1, 0, 0, 1.0> ]
}
frequency 2
samples 20
scale 0.5
}
hollow
scale 1.5
}